home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / toc.dir / 00192.ls < prev    next >
Encoding:
Text File  |  1997-01-16  |  598 b   |  23 lines

  1. on mouseDown
  2.   puppetSprite(12, 1)
  3.   set the memberNum of sprite 12 to the number of member "W-AZ DOWN.PICT"
  4.   updateStage()
  5.   puppetSound("Squishy")
  6. end
  7.  
  8. on mouseUp
  9.   global rootpath
  10.   set the memberNum of sprite 12 to the number of member "W-AZ UP.PICT"
  11.   updateStage()
  12.   puppetSprite(12, 1)
  13.   SetReturn()
  14.   delay(60)
  15.   puppetSprite(12, 0)
  16.   unloadMember(member "WATER DOWN.PICT", "Squishy")
  17.   if the machineType = 256 then
  18.     alert("To launch demo, run CYBERDEM.EXE in IQDIGIZINE CD-ROM folder: DEMOS\AZ.")
  19.   else
  20.     alert("Sorry, this demo does not run on Macintosh computers.")
  21.   end if
  22. end
  23.